home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
Borland Visual dBASE Professiona v7.0
/
DATA1.CAB
/
Sample_dBASE
/
Fleet
/
Bwa.crp
< prev
next >
Wrap
Text File
|
1997-11-20
|
2KB
|
79 lines
** END HEADER -- do not remove this line
//
// Generated on 09/25/97
//
local r
r = new bwaReport()
r.render()
class bwaReport of REPORT custom
with (this)
metric = 3
scaleFontBold = false
endwith
this.DMCONNECT = new DATAMODREF()
this.DMCONNECT.parent = this
with (this.DMCONNECT)
filename = "fconnect.dmd"
dataModClass = "FConnectDataModule"
share = 0
active = true
left = 0
top = 0
endwith
with (this.printer)
duplex = 1
orientation = 1
paperSource = 15
paperSize = 1
resolution = 4
colorNormal = 2
trueTypeFonts = 2
endwith
this.PAGETEMPLATE1 = new PAGETEMPLATE(this)
with (this.PAGETEMPLATE1)
height = 11
width = 8.5
marginTop = 0.75
marginLeft = 0.75
marginBottom = 0.75
marginRight = 0.75
gridLineWidth = 0
background = "filename Clouds2.gif"
endwith
this.PAGETEMPLATE1.STREAMFRAME1 = new STREAMFRAME(this.PAGETEMPLATE1)
with (this.PAGETEMPLATE1.STREAMFRAME1)
height = 8
left = 0.25
top = 1
width = 6.5
metric = 3
form.STREAMFRAME1 = form.pagetemplate1.streamframe1
endwith
this.PAGETEMPLATE1.IMAGELOGO = new IMAGE(this.PAGETEMPLATE1)
with (this.PAGETEMPLATE1.IMAGELOGO)
height = .5
left = 3.25
width = 1
metric = 3
dataSource = "FILENAME logo2.gif"
alignment = 3
form.IMAGELOGO = form.pagetemplate1.imagelogo
endwith
this.firstPageTemplate = this.form.pagetemplate1
this.form.pagetemplate1.nextPageTemplate = this.form.pagetemplate1
endclass